Skip to content

Fixes for memory stability on QuickAssist#24

Merged
ejohnstown merged 1 commit intomasterfrom
qat_mem_fixes
May 30, 2019
Merged

Fixes for memory stability on QuickAssist#24
ejohnstown merged 1 commit intomasterfrom
qat_mem_fixes

Conversation

@dgarske
Copy link
Copy Markdown
Member

@dgarske dgarske commented May 30, 2019

  • Fix for possible issue with QAT NUMA allocations failing and causing downstream issues.
  • Fix to only call NUMA free if actually NUMA type.
  • Fix to not use NUMA types for in/out if QAT cipher and hashing are disabled.
  • Fix to resolve issue with repeated calls to IntelQaRsaPublicFree. The pPublicKey variable is a pointer and is cleared with XMEMSET(opData.
  • Updates to README.md for Intel QAT.

* Fix for possible issue with QAT NUMA allocations failing and causing downstream issues.
* Fix to only call NUMA free if actually NUMA type.
* Fix to not use NUMA types for in/out if QAT cipher and hashing are disabled.
* Fix to resolve issue with repeated calls to IntelQaRsaPublicFree. The `pPublicKey` variable is a pointer and is cleared with `XMEMSET(opData`.
* Updates to README.md for Intel QAT.
@ejohnstown ejohnstown merged commit 60407e1 into master May 30, 2019
@dgarske dgarske deleted the qat_mem_fixes branch May 31, 2019 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants